I have written a DSAPI filter on Linux Advanced Server 2.1. In the FilterInit method we call Domino API "NSFDbOpen" to open names.nsf database. DBHANDLE hdb; NSFDbOpen("names.nsf",&hdb); NSFDbClose(hdb); On making a call to NSFDbOpen the Domino web server crashes. This same DSAPI filter works fine with these API on other Unix O.S i.e. Solaris and AIX. Is there some known issue with calling NSFDbOpen on Linux or the implementation for the same needs to be modified in my DSAPI filter. Please confirm
Go back